treeview: filter out invisible columns in get_path_for_child()
authorCosimo Cecchi <cosimoc@gnome.org>
Mon, 26 Mar 2012 20:14:08 +0000 (16:14 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 27 Mar 2012 16:39:20 +0000 (12:39 -0400)
commit52bd5f2f1fcd48a47363a72d86a2859692cca417
tree7e47c0e47e5dfde644ce02be12a894498bd7bbbe
parentc1a7da05a47f7e110bbb0a6fe34c1e0fc88aaafc
treeview: filter out invisible columns in get_path_for_child()

Since we check for !list->next (and !list->prev for RTL) to set the
GTK_REGION_LAST flag, we have to filter out invisible columns before
looping; if we don't do that we might end up assigning GTK_REGION_LAST
to an invisible column.

https://bugzilla.gnome.org/show_bug.cgi?id=672937
gtk/gtktreeview.c